From: Sean Whitton Date: Sun, 30 Mar 2025 05:24:23 +0000 (+0800) Subject: Disable emacs-module-tests.el X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=c0d3be6f99bf18892b471b4d4b89268b0d6efe2f;p=emacs.git Disable emacs-module-tests.el This regularly causes Emacs to FTBFS. --- diff --git a/test/Makefile.in b/test/Makefile.in index 842c0517b98..578c05281b4 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -186,11 +186,7 @@ endif -l ert ${ert_opts} -l $(testloadfile) \ $(TEST_RUN_ERT) -ifeq (@HAVE_MODULES@, yes) -maybe_exclude_module_tests := -else maybe_exclude_module_tests := -name emacs-module-tests.el -prune -o -endif ## Optional list of .el files to exclude from testing. ## Intended for use in automated testing where one or more files